home *** CD-ROM | disk | FTP | other *** search
/ Swimwear Illustrated / Swimwear Illustrated.iso / mac / MAIN8 / SEARCH8.DIR / 00006_Script_6 < prev    next >
Text File  |  1996-02-22  |  636b  |  27 lines

  1. on exitframe
  2.   if rollover(20) then
  3.     set the visible of sprite 20 to true
  4.   else
  5.     set the visible of sprite 20 to false
  6.   end if
  7.   if rollover(21) then
  8.     set the visible of sprite 21 to true
  9.   else
  10.     set the visible of sprite 21 to false
  11.   end if
  12.   if rollover(22) then
  13.     set the visible of sprite 22 to true
  14.   else
  15.     set the visible of sprite 22 to false
  16.   end if
  17.   if rollover(23) then
  18.     set the visible of sprite 23 to true
  19.   else
  20.     set the visible of sprite 23 to false
  21.   end if
  22.   if not soundbusy(1) then
  23.     sound stop 1
  24.     sound playfile 1, "search.aif"
  25.   end if
  26.   go to the frame
  27. end